Previous Book Contents Book Index Next

Inside Macintosh: 3D Graphics Programming With QuickDraw 3D /
Chapter 15 - Pick Objects / Pick Objects Reference
Pick Objects Routines / Managing Shape Parts and Mesh Parts


Q3MeshEdgePart_GetEdge

You can use the Q3MeshEdgePart_GetEdge function to get the mesh edge that corresponds to a mesh edge part.

TQ3Status Q3MeshEdgePart_GetEdge (
TQ3MeshEdgePartObject meshEdgePartObject, 
TQ3MeshEdge *edge);
meshEdgePartObject
A mesh edge part object.
edge
On exit, the mesh edge that corresponds to the specified mesh face part object.
DESCRIPTION
The Q3MeshEdgePart_GetEdge function returns, in the edge parameter, the mesh edge that corresponds to the mesh edge part object specified by the meshEdgePartObject parameter.


Previous Book Contents Book Index Next

© Apple Computer, Inc.
11 JUL 1996